Master List | V


Included below is a list of every JavaScript in our archives. If you are unable to find what you are looking for, or need assistance in modifying one of the scripts to suit your needs, or just would like to help others out, please please visit our JavaScript Forum.

Update Archives:
1999 - Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2000 - Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2001 - Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec

You can also use your browser's 'Find in Page'
feature to look for keywords on this page!

All | # | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

Title: Validation
Details: 1.94 KB * Uploaded July 11 1997
Description: Let Javascript help you receive feedback from your visitors. The script also requires that all fields must be completed before the form is submitted. Great!

[ Get Source Code ]


Title: Validation (Character)
Contributor: Mikhail Esteves (miks80@yahoo.com)
Contributor URL: http://www.freebox.com/jackol
Details: 1.72 KB * Uploaded January 15 2001
Description: Automatically removes specified characters from input box. Good for fields that require only text/number inputs. Easily modified to accept only text or only numerals.

[ Get Source Code ]


Title: Validation (Cookie)
Details: 2.71 KB * Uploaded July 11 1997
Description: Use Javascript to ensure that all elements of a form are properly filled out before mailing.

[ Get Source Code ]


Title: Validation (Credit Card)
Contributor: Simon Tneoh (tneohcb@pc.jaring.my)
Details: 1.82 KB * Uploaded March 23 2000
Description: Determines if a credit card number is valid before the form is submitted by utilizing the LUHN formula. Very simple, and does not require knowledge of the credit card type. Does not check if the date is valid. Ver useful for online order form validation. Note: Although this form does not capture your credit card information, if you do not feel comfortable entering your credit card number to test this script, please DO NOT !

[ Get Source Code ]


Title: Validation (Date)
Contributor: Mike Welagen (welagenm@hotmail.com)
Details: 4.34 KB * Uploaded July 31 2000
Description: Dates are validated and formatted in your form. Supports over a dozen different date formats, and formats the date properly in United States or European date formatting styles depending on how the script is configured. A dateCheck function also is included if you wish to compare two dates. Wow!

[ Get Source Code ]


Title: Validation (Universal Date)
Contributor: Sandeep Tamhankar (stamhankar@hotmail.com)
Details: 15.74 KB * Uploaded March 1 2001
Description: Validate dates in your form using this universal script. Will work with any date format and the code is fully commented for easy modification. Great!

[ Get Source Code ]


Title: Validation (External JS)
Contributor: Jacob Hage (jacob@hage.dk)
Contributor URL: http://www.hagedesign.dk
Details: 6.75 KB * Uploaded August 23 2000
Description: Using an external JavaScript file, simply define the rules for how each field should be validated and you're set. Piece of cake! And since it is it's own .js file, it's easy to use the code on every page of your site. Currently only validates text, numbers and e-mail addresses.

[ Get Source Code ]


Title: Validation (Guestbook)
Details: 5.95 KB * Uploaded July 11 1997
Description: Use Javascript to ensure that all elements of a form are properly filled out before mailing.

[ Get Source Code ]


Title: Validation (Information)
Details: 1.16 KB * Uploaded July 11 1997
Description: Test the powers of Javascript. Watch as Javascript tells you if information about you is valid or not.

[ Get Source Code ]


Title: Validation (IP Address)
Contributor: Jay Bienvenu
Contributor URL: http://www.bienvenu.net
Details: 1.91 KB * Uploaded November 23 2000
Description: Verify the value of an IP address. Check for special cases such as "0.0.0.0" and "255.255.255.255". Cool!

[ Get Source Code ]


Title: Validation (No Alert)
Contributor: Jeff Harding (jbh@site-ations.com)
Contributor URL: http://www.site-ations.com
Details: 3.82 KB * Uploaded August 18 2000
Description: Stop displaying those annoying alert boxes with your JavaScript form validation. This script uses images to display any error messages to the user, cool!

[ Get Source Code ]


Title: Validation (Num. or Chars)
Details: 1.13 KB * Uploaded July 19 1999
Description: Validates an input field to make sure that only a number or character is entered. If you enter a number or a letter everything you can continue on. But, try entering another value like an exclamation point (!), an ampersand (&), or a dollar sign ($) and see what happens. It even highlights the incorrect entry field for you. Nice!

[ Get Source Code ]


Title: Word Count
Contributor: Shawn Seley
Details: 1.94 KB * Uploaded January 3 2001
Description: Finally, an easy way to count the number of words that are entered into a form!

[ Get Source Code ]


Title: Validation (password)
Contributor: Russ Swift (rswift220@yahoo.com)
Details: 1.98 KB * Uploaded February 2 2001
Description: This script works like our Password Verifier, however, it also checks for a minimum length and invalid characters.

[ Get Source Code ]


Title: Validation (Selection)
Details: 3.04 KB * Uploaded July 11 1997
Description: Use Javascript to ensure that visitors choose both a radio button and a checkbox. Invalid submissions are cancelled.

[ Get Source Code ]


Title: Validation (SSN)
Contributor: Sandeep V. Tamhankar (stamhankar@hotmail.com)
Contributor URL: http://207.20.242.93
Details: 1.54 KB * Uploaded November 17 2000
Description: Input the Social Security Number using either the 9 digit or NNN-NN-NNNN format. The number ranges can be easily changed by the S.S.A, so this is not checked.

[ Get Source Code ]


Title: Validation (Time)
Contributor: Sandeep Tamhankar (stamhankar@hotmail.com)
Contributor URL: http://207.20.242.93
Details: 1.92 KB * Uploaded February 21 2000
Description: This function verifies that a string is a valid time, in the form hh:mm:ss am/pm, where seconds are optional. It accepts military time (hour between 0 and 23) as long as am/pm isn't specified. It requires am/pm when the hour is less than or equal to 12.

[ Get Source Code ]


Title: Validation (Zip Code)
Contributor: Brian Swalwell
Details: 1.39 KB * Uploaded September 10 1999
Description: Ensure that your visitors enter a properly formatted 5 digit, or 5 digit+4 zip code. The visitor is alerted if any information is invalid and asked to try again. Cool!

[ Get Source Code ]


Title: Velocity Equivalents
Details: 5.17 KB * Uploaded July 3 1997
Description: Another way to use JavaScript to find velocity equivalents.

[ Get Source Code ]


Title: Vertical Boxes Scroll
Contributor:Michael Tartaglia (stonedstan@hotmail.com)
Contributor URL: http://www.geocities.com/SiliconValley/Horizon/5235
Details: 1.53 KB * Uploaded August 24 1998
Description: This is probably the most interesting scroll that doesn't use the browser's status bar (the bar at the bottom of the screen) or a text box on the page. Instead, it scrolls vertically up and down multiple text boxes! Take a look to see what we mean!

[ Get Source Code ]


Title: Vertical
Contributor: Pun Man Kit (mkpunnl@netvigator.com)
Contributor URL: http://home.netvigator.com/~mkpunnl
Details: 0.83 KB * Uploaded April 16 1998
Description: This is not like the other Scroller scripts in this category - thise one scrolls the page vertically! (up and down!!) It's really cool!

[ Get Source Code ]


Title: Virgenere Encryption
Contributor: Francisco Ryan Tolmasky (iopossum@mailcity.com)
Contributor URL: http://iopossum.tripod.com
Details: 2.99 KB * Uploaded September 4 2000
Description: A fine example of the classic virgenere script and is nearly impossible to decode, even when using frequency analysis. This script is also entertaining since you can actually see the encryption taking place.

[ Get Source Code ]


Title: Virus
Details: 1.18 KB * Uploaded August 23 1997
Description: Use JavaScript to give your visitors a little scare. Some of the more gullable visitors will even close be convinced that their computer has been completely contaminated.... Just another neat JavaScript effect.

[ Get Source Code ]


Title: Visitor Monitor
Details: 2.16 KB * Uploaded August 23 1997
Description: If you are really interested in knowing who has come to your site, use this script. You will receive an e-mail from each visitor without them sending it. Very sneaky!

[ Get Source Code ]